You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Operators > MatrixInt Constructor > MatrixInt.MatrixInt Constructor ([In] int, [In] int, [In] TIntPrecision)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.MatrixInt Constructor ([In] int, [In] int, [In] TIntPrecision)

Internally creates TMtxInt object without using object cache.

Syntax
C#
Visual Basic
public MatrixInt([In] int aRows, [In] int aCols, [In] TIntPrecision aPrecision);

Creates TMtxInt object without using object cache. Suitable for declaring global variables.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!